home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glc10rdt.dxr / 00144_Grand Circle Map -buttons up.ls < prev    next >
Encoding:
Text File  |  1998-04-17  |  219 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("Tone")
  3.   set the visible of sprite 16 to 0
  4.   updateStage()
  5.   repeat while the mouseDown
  6.     nothing()
  7.   end repeat
  8.   set the visible of sprite 16 to 1
  9. end
  10.  
  11. on mouseUp
  12.   play frame "Zion"
  13. end
  14.